Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_upper
ctype_upper
Check capital characters
Name:
ctype_upper
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check capital characters
Related
How to Avoid Common Misjudgments with Numbers and Symbols When Using the ctype_upper Function?
4
Behavior Analysis of PHP ctype_upper Function with Non-Alphabetic Characters
3
Similar Functions
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_digit
ctype_digit
Checknumericcharacte
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_lower
ctype_lower
Checklowercasecharac
ctype_punct
ctype_punct
Checkforprintablecha
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_print
ctype_print
Checkprintablecharac
Popular Articles
How to Avoid Common Misjudgments with Numbers and Symbols When Using the ctype_upper Function?
Behavior Analysis of PHP ctype_upper Function with Non-Alphabetic Characters